3.3.28 \(\int \frac {x \log (c (a+b x^2)^p)}{d+e x} \, dx\) [228]

Optimal. Leaf size=256 \[ -\frac {2 p x}{e}+\frac {2 \sqrt {a} p \tan ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )}{\sqrt {b} e}+\frac {d p \log \left (\frac {e \left (\sqrt {-a}-\sqrt {b} x\right )}{\sqrt {b} d+\sqrt {-a} e}\right ) \log (d+e x)}{e^2}+\frac {d p \log \left (-\frac {e \left (\sqrt {-a}+\sqrt {b} x\right )}{\sqrt {b} d-\sqrt {-a} e}\right ) \log (d+e x)}{e^2}+\frac {x \log \left (c \left (a+b x^2\right )^p\right )}{e}-\frac {d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )}{e^2}+\frac {d p \text {Li}_2\left (\frac {\sqrt {b} (d+e x)}{\sqrt {b} d-\sqrt {-a} e}\right )}{e^2}+\frac {d p \text {Li}_2\left (\frac {\sqrt {b} (d+e x)}{\sqrt {b} d+\sqrt {-a} e}\right )}{e^2} \]

[Out]

-2*p*x/e+x*ln(c*(b*x^2+a)^p)/e-d*ln(e*x+d)*ln(c*(b*x^2+a)^p)/e^2+d*p*ln(e*x+d)*ln(e*((-a)^(1/2)-x*b^(1/2))/(e*
(-a)^(1/2)+d*b^(1/2)))/e^2+d*p*ln(e*x+d)*ln(-e*((-a)^(1/2)+x*b^(1/2))/(-e*(-a)^(1/2)+d*b^(1/2)))/e^2+d*p*polyl
og(2,(e*x+d)*b^(1/2)/(-e*(-a)^(1/2)+d*b^(1/2)))/e^2+d*p*polylog(2,(e*x+d)*b^(1/2)/(e*(-a)^(1/2)+d*b^(1/2)))/e^
2+2*p*arctan(x*b^(1/2)/a^(1/2))*a^(1/2)/e/b^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.19, antiderivative size = 256, normalized size of antiderivative = 1.00, number of steps used = 14, number of rules used = 10, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.476, Rules used = {2516, 2498, 327, 211, 2512, 266, 2463, 2441, 2440, 2438} \begin {gather*} \frac {d p \text {PolyLog}\left (2,\frac {\sqrt {b} (d+e x)}{\sqrt {b} d-\sqrt {-a} e}\right )}{e^2}+\frac {d p \text {PolyLog}\left (2,\frac {\sqrt {b} (d+e x)}{\sqrt {-a} e+\sqrt {b} d}\right )}{e^2}+\frac {2 \sqrt {a} p \text {ArcTan}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )}{\sqrt {b} e}-\frac {d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )}{e^2}+\frac {x \log \left (c \left (a+b x^2\right )^p\right )}{e}+\frac {d p \log (d+e x) \log \left (\frac {e \left (\sqrt {-a}-\sqrt {b} x\right )}{\sqrt {-a} e+\sqrt {b} d}\right )}{e^2}+\frac {d p \log (d+e x) \log \left (-\frac {e \left (\sqrt {-a}+\sqrt {b} x\right )}{\sqrt {b} d-\sqrt {-a} e}\right )}{e^2}-\frac {2 p x}{e} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x*Log[c*(a + b*x^2)^p])/(d + e*x),x]

[Out]

(-2*p*x)/e + (2*Sqrt[a]*p*ArcTan[(Sqrt[b]*x)/Sqrt[a]])/(Sqrt[b]*e) + (d*p*Log[(e*(Sqrt[-a] - Sqrt[b]*x))/(Sqrt
[b]*d + Sqrt[-a]*e)]*Log[d + e*x])/e^2 + (d*p*Log[-((e*(Sqrt[-a] + Sqrt[b]*x))/(Sqrt[b]*d - Sqrt[-a]*e))]*Log[
d + e*x])/e^2 + (x*Log[c*(a + b*x^2)^p])/e - (d*Log[d + e*x]*Log[c*(a + b*x^2)^p])/e^2 + (d*p*PolyLog[2, (Sqrt
[b]*(d + e*x))/(Sqrt[b]*d - Sqrt[-a]*e)])/e^2 + (d*p*PolyLog[2, (Sqrt[b]*(d + e*x))/(Sqrt[b]*d + Sqrt[-a]*e)])
/e^2

Rule 211

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[a/b, 2]/a)*ArcTan[x/Rt[a/b, 2]], x] /; FreeQ[{a, b}, x]
&& PosQ[a/b]

Rule 266

Int[(x_)^(m_.)/((a_) + (b_.)*(x_)^(n_)), x_Symbol] :> Simp[Log[RemoveContent[a + b*x^n, x]]/(b*n), x] /; FreeQ
[{a, b, m, n}, x] && EqQ[m, n - 1]

Rule 327

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[c^(n - 1)*(c*x)^(m - n + 1)*((a + b*x^n
)^(p + 1)/(b*(m + n*p + 1))), x] - Dist[a*c^n*((m - n + 1)/(b*(m + n*p + 1))), Int[(c*x)^(m - n)*(a + b*x^n)^p
, x], x] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0] && GtQ[m, n - 1] && NeQ[m + n*p + 1, 0] && IntBinomialQ[a, b,
 c, n, m, p, x]

Rule 2438

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> Simp[-PolyLog[2, (-c)*e*x^n]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 2440

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))]*(b_.))/((f_.) + (g_.)*(x_)), x_Symbol] :> Dist[1/g, Subst[Int[(a +
 b*Log[1 + c*e*(x/g)])/x, x], x, f + g*x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[e*f - d*g, 0] && EqQ[g
 + c*(e*f - d*g), 0]

Rule 2441

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))/((f_.) + (g_.)*(x_)), x_Symbol] :> Simp[Log[e*((f + g
*x)/(e*f - d*g))]*((a + b*Log[c*(d + e*x)^n])/g), x] - Dist[b*e*(n/g), Int[Log[(e*(f + g*x))/(e*f - d*g)]/(d +
 e*x), x], x] /; FreeQ[{a, b, c, d, e, f, g, n}, x] && NeQ[e*f - d*g, 0]

Rule 2463

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((h_.)*(x_))^(m_.)*((f_) + (g_.)*(x_)^(r_.))^(q
_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*Log[c*(d + e*x)^n])^p, (h*x)^m*(f + g*x^r)^q, x], x] /; FreeQ[{a,
 b, c, d, e, f, g, h, m, n, p, q, r}, x] && IntegerQ[m] && IntegerQ[q]

Rule 2498

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)], x_Symbol] :> Simp[x*Log[c*(d + e*x^n)^p], x] - Dist[e*n*p, Int[
x^n/(d + e*x^n), x], x] /; FreeQ[{c, d, e, n, p}, x]

Rule 2512

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)]*(b_.))/((f_.) + (g_.)*(x_)), x_Symbol] :> Simp[Log[f +
g*x]*((a + b*Log[c*(d + e*x^n)^p])/g), x] - Dist[b*e*n*(p/g), Int[x^(n - 1)*(Log[f + g*x]/(d + e*x^n)), x], x]
 /; FreeQ[{a, b, c, d, e, f, g, n, p}, x] && RationalQ[n]

Rule 2516

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)]*(b_.))^(q_.)*(x_)^(m_.)*((f_.) + (g_.)*(x_))^(r_.), x_S
ymbol] :> Int[ExpandIntegrand[(a + b*Log[c*(d + e*x^n)^p])^q, x^m*(f + g*x)^r, x], x] /; FreeQ[{a, b, c, d, e,
 f, g, n, p, q}, x] && IntegerQ[m] && IntegerQ[r]

Rubi steps

\begin {align*} \int \frac {x \log \left (c \left (a+b x^2\right )^p\right )}{d+e x} \, dx &=\int \left (\frac {\log \left (c \left (a+b x^2\right )^p\right )}{e}-\frac {d \log \left (c \left (a+b x^2\right )^p\right )}{e (d+e x)}\right ) \, dx\\ &=\frac {\int \log \left (c \left (a+b x^2\right )^p\right ) \, dx}{e}-\frac {d \int \frac {\log \left (c \left (a+b x^2\right )^p\right )}{d+e x} \, dx}{e}\\ &=\frac {x \log \left (c \left (a+b x^2\right )^p\right )}{e}-\frac {d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )}{e^2}+\frac {(2 b d p) \int \frac {x \log (d+e x)}{a+b x^2} \, dx}{e^2}-\frac {(2 b p) \int \frac {x^2}{a+b x^2} \, dx}{e}\\ &=-\frac {2 p x}{e}+\frac {x \log \left (c \left (a+b x^2\right )^p\right )}{e}-\frac {d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )}{e^2}+\frac {(2 b d p) \int \left (-\frac {\log (d+e x)}{2 \sqrt {b} \left (\sqrt {-a}-\sqrt {b} x\right )}+\frac {\log (d+e x)}{2 \sqrt {b} \left (\sqrt {-a}+\sqrt {b} x\right )}\right ) \, dx}{e^2}+\frac {(2 a p) \int \frac {1}{a+b x^2} \, dx}{e}\\ &=-\frac {2 p x}{e}+\frac {2 \sqrt {a} p \tan ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )}{\sqrt {b} e}+\frac {x \log \left (c \left (a+b x^2\right )^p\right )}{e}-\frac {d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )}{e^2}-\frac {\left (\sqrt {b} d p\right ) \int \frac {\log (d+e x)}{\sqrt {-a}-\sqrt {b} x} \, dx}{e^2}+\frac {\left (\sqrt {b} d p\right ) \int \frac {\log (d+e x)}{\sqrt {-a}+\sqrt {b} x} \, dx}{e^2}\\ &=-\frac {2 p x}{e}+\frac {2 \sqrt {a} p \tan ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )}{\sqrt {b} e}+\frac {d p \log \left (\frac {e \left (\sqrt {-a}-\sqrt {b} x\right )}{\sqrt {b} d+\sqrt {-a} e}\right ) \log (d+e x)}{e^2}+\frac {d p \log \left (-\frac {e \left (\sqrt {-a}+\sqrt {b} x\right )}{\sqrt {b} d-\sqrt {-a} e}\right ) \log (d+e x)}{e^2}+\frac {x \log \left (c \left (a+b x^2\right )^p\right )}{e}-\frac {d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )}{e^2}-\frac {(d p) \int \frac {\log \left (\frac {e \left (\sqrt {-a}-\sqrt {b} x\right )}{\sqrt {b} d+\sqrt {-a} e}\right )}{d+e x} \, dx}{e}-\frac {(d p) \int \frac {\log \left (\frac {e \left (\sqrt {-a}+\sqrt {b} x\right )}{-\sqrt {b} d+\sqrt {-a} e}\right )}{d+e x} \, dx}{e}\\ &=-\frac {2 p x}{e}+\frac {2 \sqrt {a} p \tan ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )}{\sqrt {b} e}+\frac {d p \log \left (\frac {e \left (\sqrt {-a}-\sqrt {b} x\right )}{\sqrt {b} d+\sqrt {-a} e}\right ) \log (d+e x)}{e^2}+\frac {d p \log \left (-\frac {e \left (\sqrt {-a}+\sqrt {b} x\right )}{\sqrt {b} d-\sqrt {-a} e}\right ) \log (d+e x)}{e^2}+\frac {x \log \left (c \left (a+b x^2\right )^p\right )}{e}-\frac {d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )}{e^2}-\frac {(d p) \text {Subst}\left (\int \frac {\log \left (1+\frac {\sqrt {b} x}{-\sqrt {b} d+\sqrt {-a} e}\right )}{x} \, dx,x,d+e x\right )}{e^2}-\frac {(d p) \text {Subst}\left (\int \frac {\log \left (1-\frac {\sqrt {b} x}{\sqrt {b} d+\sqrt {-a} e}\right )}{x} \, dx,x,d+e x\right )}{e^2}\\ &=-\frac {2 p x}{e}+\frac {2 \sqrt {a} p \tan ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )}{\sqrt {b} e}+\frac {d p \log \left (\frac {e \left (\sqrt {-a}-\sqrt {b} x\right )}{\sqrt {b} d+\sqrt {-a} e}\right ) \log (d+e x)}{e^2}+\frac {d p \log \left (-\frac {e \left (\sqrt {-a}+\sqrt {b} x\right )}{\sqrt {b} d-\sqrt {-a} e}\right ) \log (d+e x)}{e^2}+\frac {x \log \left (c \left (a+b x^2\right )^p\right )}{e}-\frac {d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )}{e^2}+\frac {d p \text {Li}_2\left (\frac {\sqrt {b} (d+e x)}{\sqrt {b} d-\sqrt {-a} e}\right )}{e^2}+\frac {d p \text {Li}_2\left (\frac {\sqrt {b} (d+e x)}{\sqrt {b} d+\sqrt {-a} e}\right )}{e^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.08, size = 225, normalized size = 0.88 \begin {gather*} \frac {-2 e p \left (x-\frac {\sqrt {a} \tan ^{-1}\left (\frac {\sqrt {b} x}{\sqrt {a}}\right )}{\sqrt {b}}\right )+e x \log \left (c \left (a+b x^2\right )^p\right )-d \log (d+e x) \log \left (c \left (a+b x^2\right )^p\right )+d p \left (\left (\log \left (\frac {e \left (\sqrt {-a}-\sqrt {b} x\right )}{\sqrt {b} d+\sqrt {-a} e}\right )+\log \left (\frac {e \left (\sqrt {-a}+\sqrt {b} x\right )}{-\sqrt {b} d+\sqrt {-a} e}\right )\right ) \log (d+e x)+\text {Li}_2\left (\frac {\sqrt {b} (d+e x)}{\sqrt {b} d-\sqrt {-a} e}\right )+\text {Li}_2\left (\frac {\sqrt {b} (d+e x)}{\sqrt {b} d+\sqrt {-a} e}\right )\right )}{e^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x*Log[c*(a + b*x^2)^p])/(d + e*x),x]

[Out]

(-2*e*p*(x - (Sqrt[a]*ArcTan[(Sqrt[b]*x)/Sqrt[a]])/Sqrt[b]) + e*x*Log[c*(a + b*x^2)^p] - d*Log[d + e*x]*Log[c*
(a + b*x^2)^p] + d*p*((Log[(e*(Sqrt[-a] - Sqrt[b]*x))/(Sqrt[b]*d + Sqrt[-a]*e)] + Log[(e*(Sqrt[-a] + Sqrt[b]*x
))/(-(Sqrt[b]*d) + Sqrt[-a]*e)])*Log[d + e*x] + PolyLog[2, (Sqrt[b]*(d + e*x))/(Sqrt[b]*d - Sqrt[-a]*e)] + Pol
yLog[2, (Sqrt[b]*(d + e*x))/(Sqrt[b]*d + Sqrt[-a]*e)]))/e^2

________________________________________________________________________________________

Maple [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.51, size = 576, normalized size = 2.25

method result size
risch \(\frac {\ln \left (\left (b \,x^{2}+a \right )^{p}\right ) x}{e}-\frac {\ln \left (\left (b \,x^{2}+a \right )^{p}\right ) d \ln \left (e x +d \right )}{e^{2}}-\frac {2 p x}{e}-\frac {2 p d}{e^{2}}+\frac {2 p a \arctan \left (\frac {2 \left (e x +d \right ) b -2 b d}{2 e \sqrt {b a}}\right )}{e \sqrt {b a}}+\frac {p d \ln \left (e x +d \right ) \ln \left (\frac {e \sqrt {-b a}-\left (e x +d \right ) b +b d}{e \sqrt {-b a}+b d}\right )}{e^{2}}+\frac {p d \ln \left (e x +d \right ) \ln \left (\frac {e \sqrt {-b a}+\left (e x +d \right ) b -b d}{e \sqrt {-b a}-b d}\right )}{e^{2}}+\frac {p d \dilog \left (\frac {e \sqrt {-b a}-\left (e x +d \right ) b +b d}{e \sqrt {-b a}+b d}\right )}{e^{2}}+\frac {p d \dilog \left (\frac {e \sqrt {-b a}+\left (e x +d \right ) b -b d}{e \sqrt {-b a}-b d}\right )}{e^{2}}+\frac {i \pi \mathrm {csgn}\left (i c \left (b \,x^{2}+a \right )^{p}\right )^{2} \mathrm {csgn}\left (i c \right ) x}{2 e}-\frac {i \pi \mathrm {csgn}\left (i c \left (b \,x^{2}+a \right )^{p}\right )^{3} x}{2 e}-\frac {i \pi \,\mathrm {csgn}\left (i \left (b \,x^{2}+a \right )^{p}\right ) \mathrm {csgn}\left (i c \left (b \,x^{2}+a \right )^{p}\right )^{2} d \ln \left (e x +d \right )}{2 e^{2}}+\frac {i \pi \,\mathrm {csgn}\left (i \left (b \,x^{2}+a \right )^{p}\right ) \mathrm {csgn}\left (i c \left (b \,x^{2}+a \right )^{p}\right ) \mathrm {csgn}\left (i c \right ) d \ln \left (e x +d \right )}{2 e^{2}}-\frac {i \pi \,\mathrm {csgn}\left (i \left (b \,x^{2}+a \right )^{p}\right ) \mathrm {csgn}\left (i c \left (b \,x^{2}+a \right )^{p}\right ) \mathrm {csgn}\left (i c \right ) x}{2 e}-\frac {i \pi \mathrm {csgn}\left (i c \left (b \,x^{2}+a \right )^{p}\right )^{2} \mathrm {csgn}\left (i c \right ) d \ln \left (e x +d \right )}{2 e^{2}}+\frac {i \pi \mathrm {csgn}\left (i c \left (b \,x^{2}+a \right )^{p}\right )^{3} d \ln \left (e x +d \right )}{2 e^{2}}+\frac {i \pi \,\mathrm {csgn}\left (i \left (b \,x^{2}+a \right )^{p}\right ) \mathrm {csgn}\left (i c \left (b \,x^{2}+a \right )^{p}\right )^{2} x}{2 e}+\frac {\ln \left (c \right ) x}{e}-\frac {\ln \left (c \right ) d \ln \left (e x +d \right )}{e^{2}}\) \(576\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x*ln(c*(b*x^2+a)^p)/(e*x+d),x,method=_RETURNVERBOSE)

[Out]

ln((b*x^2+a)^p)/e*x-ln((b*x^2+a)^p)*d/e^2*ln(e*x+d)-2*p*x/e-2*p/e^2*d+2*p/e*a/(b*a)^(1/2)*arctan(1/2*(2*(e*x+d
)*b-2*b*d)/e/(b*a)^(1/2))+p/e^2*d*ln(e*x+d)*ln((e*(-b*a)^(1/2)-(e*x+d)*b+b*d)/(e*(-b*a)^(1/2)+b*d))+p/e^2*d*ln
(e*x+d)*ln((e*(-b*a)^(1/2)+(e*x+d)*b-b*d)/(e*(-b*a)^(1/2)-b*d))+p/e^2*d*dilog((e*(-b*a)^(1/2)-(e*x+d)*b+b*d)/(
e*(-b*a)^(1/2)+b*d))+p/e^2*d*dilog((e*(-b*a)^(1/2)+(e*x+d)*b-b*d)/(e*(-b*a)^(1/2)-b*d))+1/2*I*Pi*csgn(I*c*(b*x
^2+a)^p)^2*csgn(I*c)/e*x-1/2*I*Pi*csgn(I*c*(b*x^2+a)^p)^3/e*x-1/2*I*Pi*csgn(I*(b*x^2+a)^p)*csgn(I*c*(b*x^2+a)^
p)^2*d/e^2*ln(e*x+d)+1/2*I*Pi*csgn(I*(b*x^2+a)^p)*csgn(I*c*(b*x^2+a)^p)*csgn(I*c)*d/e^2*ln(e*x+d)-1/2*I*Pi*csg
n(I*(b*x^2+a)^p)*csgn(I*c*(b*x^2+a)^p)*csgn(I*c)/e*x-1/2*I*Pi*csgn(I*c*(b*x^2+a)^p)^2*csgn(I*c)*d/e^2*ln(e*x+d
)+1/2*I*Pi*csgn(I*c*(b*x^2+a)^p)^3*d/e^2*ln(e*x+d)+1/2*I*Pi*csgn(I*(b*x^2+a)^p)*csgn(I*c*(b*x^2+a)^p)^2/e*x+ln
(c)/e*x-ln(c)*d/e^2*ln(e*x+d)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*log(c*(b*x^2+a)^p)/(e*x+d),x, algorithm="maxima")

[Out]

integrate(x*log((b*x^2 + a)^p*c)/(x*e + d), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*log(c*(b*x^2+a)^p)/(e*x+d),x, algorithm="fricas")

[Out]

integral(x*log((b*x^2 + a)^p*c)/(x*e + d), x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x \log {\left (c \left (a + b x^{2}\right )^{p} \right )}}{d + e x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*ln(c*(b*x**2+a)**p)/(e*x+d),x)

[Out]

Integral(x*log(c*(a + b*x**2)**p)/(d + e*x), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x*log(c*(b*x^2+a)^p)/(e*x+d),x, algorithm="giac")

[Out]

integrate(x*log((b*x^2 + a)^p*c)/(x*e + d), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.00 \begin {gather*} \int \frac {x\,\ln \left (c\,{\left (b\,x^2+a\right )}^p\right )}{d+e\,x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x*log(c*(a + b*x^2)^p))/(d + e*x),x)

[Out]

int((x*log(c*(a + b*x^2)^p))/(d + e*x), x)

________________________________________________________________________________________